@charset 'utf-8';
/******样式清除******/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333333;
}

a,
span {
  vertical-align: top;
}

img {
  border: 0;
  vertical-align: middle;
}

input,
button,
text {
  vertical-align: top;
  outline: none;
  border: none;
}

button {
  padding: 0;
  background: none;
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
}

textarea {
  outline: none;
  border: none;
  resize: none;
}

input,
textarea {
  box-sizing: content-box;
  outline: none;
  background: 0 0;
  font-family: 'Microsoft YaHei';
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #acacac;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #acacac;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #acacac;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #acacac;
}

table tr td,
table {
  border-collapse: collapse;
}

body {
  /*font-size: 0;*/
  color: #000;
  font-family: 'Microsoft YaHei';
}

/*****通用样式******/

/*清除浮动*/

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.lf {
  float: left;
}

.rt {
  float: right;
}

.db {
  display: inline-block;
}

/*****边距调整****/

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}
/****内容块居中***/
.centerWidth {
  width: 1200px;
  margin: 0 auto;
}
/****hover*****/
.underline:hover,
.underlines a:hover {
  text-decoration: underline;
}
.textbold:hover,
.textbolds a:hover {
  font-weight: bold;
}
.overflow,
.overflows a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hover,
.hovers img {
  transition: All 1s ease-in-out;
  -webkit-transition: All 1s ease-in-out;
  -moz-transition: All 1s ease-in-out;
  -o-transition: All 1s ease-in-out;
}

.hover:hover,
.hovers img:hover {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
}

.innerbox::-webkit-scrollbar {
  width: 4px;
}

.innerbox::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shaow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}

.innerbox::-webkit-scrollbar-track {
  border-radius: 0px;
  -webkit-box-shaow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.1);
}

/*部门街镇*/
.index-menu {
    position: absolute;
    top: 40px;
    z-index: 999;
    width: 100%;
    padding-bottom: 10px;
    display: none;
    overflow: hidden;
}

.index-menu.cur {
    top: 0;
}

.index-menu-bg {
    background: #fff;
}

.index-menu-container {
    width: 1320px;
    margin: 0 auto;
    position: relative;
}

.index-menu .close {
    position: absolute;
    top: 14px;
    right: 20px;
    cursor: pointer;
}

.index-menu-t {
    padding-top: 22px;
    margin-bottom: 20px;
}

.index-menu-t a {
    display: inline-block;
    color: #2775cc;
    font-size: 16px;
    line-height: 20px;
}

.index-menu-l {
    width: 1380px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f5f5f5;
}

.index-menu-l li {
    float: left;
    width: 230px;
    height: 33px;
}

.index-menu-l li a {
    display: inline-block;
    color: #666666;
    font-size: 14px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 95px;
}

.index-menu-l li a:hover {
    color: #2775cc;
}

.index-menu-l.l2 li {
    width: auto;
    margin-right: 56px;
}
